Extra lines in 2nd before 11 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TRRectObj.c"; Line Δ11; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TRRectObj.c"; Line 11:18)
/* You may incorporate this sample code into your applications without
** restriction, though the sample code has been provided "AS IS" and the
** responsibility for its operation is 100% yours. However, what you are
** not permitted to do is to redistribute the source as "DSC Sample Code"
** after having made changes. If you're going to re-distribute the source,
** we require that you make it clear in the source that the code was
** descended from Apple Sample Code, but that you've made changes. */
Nonmatching lines (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TRRectObj.c"; Line 61:63; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TRRectObj.c"; Line 69:76)
Rect rct;
RgnHandle rgn;
short w, h;
Rect rct, grabber;
RgnHandle rgn;
short w, h, oldh, oldw;
ClickInfo *click;
TreeObjHndl hhndl;
Point where, pt, curMouse;
EventRecord option;
RGBColor rgb, rgb2;
Extra lines in 2nd before 69 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TRRectObj.c"; Line Δ69; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TRRectObj.c"; Line 82:86)
Extra lines in 2nd before 118 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TRRectObj.c"; Line Δ118; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TRRectObj.c"; Line 179:185)
if (mDerefCommon(hndl)->selected) {
grabber.top = rct.top + (h / 2);
grabber.left = rct.left + (w / 2);
grabber.bottom = (grabber.top -= 3) + 6;
grabber.right = (grabber.left -= 3) + 6;
InvertRect(&grabber);
}
Extra lines in 1st before 190 in 2nd (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TRRectObj.c"; Line 122; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TRRectObj.c"; Line Δ190)
PenNormal();
Extra lines in 2nd before 128 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TRRectObj.c"; Line Δ128; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TRRectObj.c"; Line 195)
PenNormal();
Extra lines in 2nd before 163 in 1st (File "b:-archives:93/03/25.Dev.CD.Version:AppsToGo.CD:DTS.Draw:TRRectObj.c"; Line Δ163; File "a:Desktop Folder:AppsToGo.src:DTS.Draw:TRRectObj.c"; Line 231:262)